home *** CD-ROM | disk | FTP | other *** search
/ AutoCAD Resource Guide / AutoCAD Resource Guide - ESX Interactive.ISO / argdemos / autocode / posts / wire.ctl < prev    next >
Encoding:
Text File  |  1994-06-08  |  667 b   |  19 lines

  1. ;  Hitachi Wire EDM Generic
  2. "M00 Stop Program"        "$STOP"
  3. "M30 Stop & Rewind"       "$REWIND"
  4. "M40/M41 Electricity off" "$ELEC_OFF"
  5. "M42 Wire feed off"       "$WIRE_FEED_OFF"
  6. "M43 Water flow off"      "$WF0"
  7. "M50 Cut wire"            "$WIRE_CUT"
  8. "M80/M81 Electricity on"  "$ELEC_ON"
  9. "M82 Wire feed on"        "$WIRE_FEED_ON"
  10. "M83 Water flow on"       "$WF1"
  11. "G40 Cutter comp off"     "$CCO"
  12. "G41 Cutter comp left"    "$CCL"
  13. "G42 Cutter comp right"   "$CCR"
  14. "G50 No more taper"       "$NO_TAPER"
  15. "G51 Taper to left"       "$LEFT_TAPER"
  16. "G52 Taper to right"      "$RIGHT_TAPER"
  17. "G94 Feed rate"           "$FEED"
  18. "G95 Dwell"               "$DWELL"
  19.